'Declaration Public Overloads Shared Function C1(Of TModel)( _ ByVal helper As IHtmlHelper(Of TModel) _ ) As ControlBuilderFactory(Of TModel)
public static ControlBuilderFactory<TModel> C1<TModel>( IHtmlHelper<TModel> helper )
Parameters
- helper
- The specified html helper object
Type Parameters
- TModel
- The specified model type
Return Value
An instance of ControlBuilderFactory